Description
Fires before rendering a specific Customizer panel. The dynamic portion of the hook name, `$this->id`, refers to the ID of the specific Customizer panel to be rendered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-customize-panel.php | 292 |
PHP Doc
/**
* Fires before rendering a specific Customizer panel.
*
* The dynamic portion of the hook name, `$this->id`, refers to
* the ID of the specific Customizer panel to be rendered.
*
* @since 4.0.0
*/